projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950c0d8
)
; Just use octal
author
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 26 Jan 2017 18:12:54 +0000
(13:12 -0500)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 26 Jan 2017 18:12:54 +0000
(13:12 -0500)
* lisp/recentf.el (recentf-save-file-modes): Write file mode in octal.
lisp/recentf.el
patch
|
blob
|
history
diff --git
a/lisp/recentf.el
b/lisp/recentf.el
index 2b1d22bb907c287a2df0edeadf4bf61a18a4e7e7..4f0573911b9bfdac216445bf4330a91fa38e53d5 100644
(file)
--- a/
lisp/recentf.el
+++ b/
lisp/recentf.el
@@
-82,7
+82,7
@@
See the command `recentf-save-list'."
recentf-mode
(recentf-load-list)))))
-(defcustom recentf-save-file-modes
384 ;; 0
600
+(defcustom recentf-save-file-modes
#o
600
"Mode bits of recentf save file, as an integer, or nil.
If non-nil, after writing `recentf-save-file', set its mode bits to
this value. By default give R/W access only to the user who owns that